Revise SCVMM certificate commands in troubleshooting guide#270
Merged
AlBurns-MSFT merged 1 commit intoAzure:mainfrom Apr 8, 2026
Merged
Conversation
Updated commands for checking SCVMM certificate and SDN diagnostics.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Arc-Enabled SDN troubleshooting guide for SCVMM-related certificate conflicts, focusing on clarifying how to use Get-SdnServerCertificate and how to pass the correct certificate into Debug-SdnFabricInfrastructure for diagnosis/verification.
Changes:
- Updated symptom indicators and verification guidance to reference
Debug-SdnFabricInfrastructure -NcRestCertificate (Get-SdnServerCertificate). - Added guidance noting that
Get-SdnServerCertificatemay return multiple certificates. - Added notes about SdnDiagnostics versions introducing the
-NetworkControllerOidparameter forGet-SdnServerCertificate.
...king/Arc-Enabled-SDN/NCHostAgent-unable-to-connect-to-ApiService-due-to-SCVMM-certificate.md
Show resolved
Hide resolved
...king/Arc-Enabled-SDN/NCHostAgent-unable-to-connect-to-ApiService-due-to-SCVMM-certificate.md
Show resolved
Hide resolved
...king/Arc-Enabled-SDN/NCHostAgent-unable-to-connect-to-ApiService-due-to-SCVMM-certificate.md
Show resolved
Hide resolved
AlBurns-MSFT
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the troubleshooting guide for Arc-Enabled SDN regarding certificate issues with the NCHostAgent and SCVMM. The changes clarify command usage and provide more accurate guidance for diagnosing and resolving certificate conflicts, especially for newer versions of SdnDiagnostics.
Improvements to troubleshooting steps and command usage:
Debug-SdnFabricInfrastructureto specify use of the-NcRestCertificateparameter and to pipe in results fromGet-SdnServerCertificate, clarifying the diagnostic process. [1] [2]Get-SdnServerCertificatemay return multiple certificates and highlighted the importance of checking for this scenario.-NetworkControllerOidparameter forGet-SdnServerCertificatein SdnDiagnostics 4.2601.27.234 and later, and updated example PowerShell commands accordingly. [1] [2]